#endif
+#ifdef HAVE_WINDOW_SYSTEM
+
/* Return whether or not the coordinates X and Y are inside the
tab-bar window of the given frame F. */
&& x <= WINDOW_RIGHT_EDGE_X (window));
}
+#endif /* HAVE_WINDOW_SYSTEM */
+
/* Given a struct input_event, build the lisp event which represents
it. If EVENT is 0, build a mouse movement event from the mouse
movement buffer, which should have a movement event in it.